projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
774b6f9
)
inspector: Don't grow horizontally
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Nov 2015 22:36:33 +0000
(17:36 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Nov 2015 22:36:33 +0000
(17:36 -0500)
Labels in the object tree are application data. Ellipsize them
to avoid growing extremely wide if the data is bogus.
gtk/inspector/object-tree.ui
patch
|
blob
|
history
diff --git
a/gtk/inspector/object-tree.ui
b/gtk/inspector/object-tree.ui
index 2b93eb060919304ed00892e67f83eadbd473556c..01674bd3cf325dcd9cac3b6c2ad2dee2c38a1d0f 100644
(file)
--- a/
gtk/inspector/object-tree.ui
+++ b/
gtk/inspector/object-tree.ui
@@
-126,6
+126,8
@@
<child>
<object class="GtkCellRendererText">
<property name="scale">0.8</property>
+ <property name="ellipsize">end</property>
+ <property name="max-width-chars">30</property>
</object>
<attributes>
<attribute name="text">3</attribute>